home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 22 / Cream of the Crop 22.iso / games / zmud32.zip / ZMUD.EXE / 0 / RCDATA / TSAVEDIALOG / TSAVEDIALOG.txt
Text File  |  1996-08-04  |  2KB  |  95 lines

  1. object SaveDialog: TSaveDialog
  2.   Left = 275
  3.   Top = 192
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Save Settings'
  7.   ClientHeight = 84
  8.   ClientWidth = 317
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 16
  20.     Width = 297
  21.     Height = 13
  22.     Alignment = taCenter
  23.     Caption = 'Label1'
  24.   end
  25.   object OKBtn: TBitBtn
  26.     Left = 40
  27.     Top = 44
  28.     Width = 77
  29.     Height = 27
  30.     Caption = '&Yes'
  31.     Default = True
  32.     Font.Color = clBlack
  33.     Font.Height = -11
  34.     Font.Name = 'MS Sans Serif'
  35.     Font.Style = []
  36.     ModalResult = 6
  37.     ParentFont = False
  38.     TabOrder = 0
  39.     Margin = 2
  40.     NumGlyphs = 2
  41.     Spacing = -1
  42.     IsControl = True
  43.   end
  44.   object CancelBtn: TBitBtn
  45.     Left = 124
  46.     Top = 44
  47.     Width = 77
  48.     Height = 27
  49.     Cancel = True
  50.     Caption = '&No'
  51.     Font.Color = clBlack
  52.     Font.Height = -11
  53.     Font.Name = 'MS Sans Serif'
  54.     Font.Style = []
  55.     ModalResult = 7
  56.     ParentFont = False
  57.     TabOrder = 1
  58.     Margin = 2
  59.     NumGlyphs = 2
  60.     Spacing = -1
  61.     IsControl = True
  62.   end
  63.   object HelpBtn: TBitBtn
  64.     Left = 208
  65.     Top = 44
  66.     Width = 77
  67.     Height = 27
  68.     Caption = '&Rename'
  69.     Font.Color = clBlack
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ModalResult = 4
  74.     ParentFont = False
  75.     TabOrder = 2
  76.     Glyph.Data = {
  77.       78010000424D7801000000000000760000002800000020000000100000000100
  78.       04000000000000000000120B0000120B00000000000000000000000000000000
  79.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  80.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  81.       000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  82.       00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  83.       F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  84.       0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  85.       FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  86.       FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  87.       0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  88.       00333377737FFFFF7733333033000000033333373377777773330000}
  89.     Margin = 2
  90.     NumGlyphs = 2
  91.     Spacing = -1
  92.     IsControl = True
  93.   end
  94. end
  95.